[INFO] cloning repository https://github.com/JordanForks/thrussh
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/JordanForks/thrussh" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJordanForks%2Fthrussh", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJordanForks%2Fthrussh'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5b7232db70817c3519d191d1c4440da933f28563
[INFO] fixing JordanForks/thrussh against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJordanForks%2Fthrussh" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/JordanForks/thrussh
[INFO] finished tweaking git repo https://github.com/JordanForks/thrussh
[INFO] tweaked toml for git repo https://github.com/JordanForks/thrussh written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/JordanForks/thrussh on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/JordanForks/thrussh already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: cryptovec/Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `cryptovec` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 21bfef11512a44412d7ececa989d6f26acaa489ea422bfc3f022913047fe0528
[INFO] running `Command { std: "docker" "start" "21bfef11512a44412d7ececa989d6f26acaa489ea422bfc3f022913047fe0528", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "21bfef11512a44412d7ececa989d6f26acaa489ea422bfc3f022913047fe0528" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "21bfef11512a44412d7ececa989d6f26acaa489ea422bfc3f022913047fe0528", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "21bfef11512a44412d7ececa989d6f26acaa489ea422bfc3f022913047fe0528" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating thrussh-keys/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating thrussh/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating thrussh-libsodium/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating thrussh-config/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating cryptovec/Cargo.toml from 2015 edition to 2018
[INFO] [stderr] warning: cryptovec/Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `cryptovec` (manifest) generated 1 warning
[INFO] [stderr]    Compiling libc v0.2.146
[INFO] [stderr]    Compiling typenum v1.16.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.63
[INFO] [stderr]    Compiling unicode-ident v1.0.9
[INFO] [stderr]    Compiling quote v1.0.28
[INFO] [stderr]     Checking subtle v2.4.1
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]     Checking pin-project-lite v0.2.9
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]     Checking futures-sink v0.3.28
[INFO] [stderr]    Compiling walkdir v2.3.3
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling tokio v1.28.2
[INFO] [stderr]     Checking cpufeatures v0.2.8
[INFO] [stderr]    Compiling cc v1.0.79
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]     Checking log v0.4.19
[INFO] [stderr]    Compiling winapi v0.3.9
[INFO] [stderr]    Compiling thiserror v1.0.40
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]     Checking getrandom v0.2.10
[INFO] [stderr]     Checking num_cpus v1.15.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking socket2 v0.4.9
[INFO] [stderr]     Checking mio v0.8.8
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling serde v1.0.164
[INFO] [stderr]     Checking base64ct v1.6.0
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking password-hash v0.2.3
[INFO] [stderr]     Checking dirs-sys v0.3.7
[INFO] [stderr]     Checking regex-syntax v0.7.2
[INFO] [stderr]     Checking bit-vec v0.6.3
[INFO] [stderr]    Compiling syn v2.0.22
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling libsodium-sys v0.2.7
[INFO] [stderr]     Checking cipher v0.3.0
[INFO] [stderr]     Checking inout v0.1.3
[INFO] [stderr]     Checking block-buffer v0.9.0
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking crypto-mac v0.11.1
[INFO] [stderr]     Checking sha2 v0.9.9
[INFO] [stderr]     Checking hmac v0.11.0
[INFO] [stderr]     Checking blowfish v0.9.1
[INFO] [stderr]     Checking ctr v0.8.0
[INFO] [stderr]     Checking sha2 v0.10.7
[INFO] [stderr]     Checking pbkdf2 v0.12.1
[INFO] [stderr]     Checking bcrypt-pbkdf v0.10.0
[INFO] [stderr]     Checking aes v0.7.5
[INFO] [stderr]     Checking pbkdf2 v0.8.0
[INFO] [stderr]     Checking block-modes v0.8.1
[INFO] [stderr]     Checking dirs v3.0.2
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking cryptovec v0.6.1 (/opt/rustwide/workdir/cryptovec)
[INFO] [stderr]    Migrating cryptovec/src/lib.rs from 2015 edition to 2018
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking data-encoding v2.4.0
[INFO] [stderr]     Checking md5 v0.7.0
[INFO] [stderr]     Checking miniz_oxide v0.7.1
[INFO] [stderr]    Compiling anyhow v1.0.71
[INFO] [stderr]     Checking humantime v1.3.0
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]     Checking flate2 v1.0.26
[INFO] [stderr]     Checking dirs-next v2.0.0
[INFO] [stderr]     Checking rand v0.4.6
[INFO] [stderr]     Checking whoami v1.4.0
[INFO] [stderr]     Checking yasna v0.4.0
[INFO] [stderr]     Checking humantime v2.1.0
[INFO] [stderr]     Checking regex v1.8.4
[INFO] [stderr]     Checking remove_dir_all v0.5.3
[INFO] [stderr]     Checking tempdir v0.3.7
[INFO] [stderr]     Checking env_logger v0.7.1
[INFO] [stderr]     Checking env_logger v0.8.4
[INFO] [stderr]    Compiling futures-macro v0.3.28
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.40
[INFO] [stderr]    Compiling serde_derive v1.0.164
[INFO] [stderr]     Checking futures-executor v0.3.28
[INFO] [stderr]     Checking futures v0.3.28
[INFO] [stderr]     Checking tokio-stream v0.1.14
[INFO] [stderr]     Checking thrussh-config v0.6.0 (/opt/rustwide/workdir/thrussh-config)
[INFO] [stderr]    Migrating thrussh-config/src/lib.rs from 2018 edition to 2021
[INFO] [stderr]     Checking thrussh-libsodium v0.2.1 (/opt/rustwide/workdir/thrussh-libsodium)
[INFO] [stderr]    Migrating thrussh-libsodium/src/lib.rs from 2018 edition to 2021
[INFO] [stderr]     Checking thrussh-keys v0.22.1 (/opt/rustwide/workdir/thrussh-keys)
[INFO] [stderr]    Migrating thrussh-keys/src/lib.rs from 2018 edition to 2021
[INFO] [stderr]     Checking thrussh v0.34.0 (/opt/rustwide/workdir/thrussh)
[INFO] [stderr]    Migrating thrussh/src/lib.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating thrussh/examples/remote_shell_call.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating thrussh/examples/client.rs from 2018 edition to 2021
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s
[INFO] [stderr] crater-edition-check: thrussh-keys v0.22.1 (/opt/rustwide/workdir/thrussh-keys) updating edition from 2018 to 2021
[INFO] [stderr] crater-edition-check: thrussh v0.34.0 (/opt/rustwide/workdir/thrussh) updating edition from 2018 to 2021
[INFO] [stderr] crater-edition-check: thrussh-libsodium v0.2.1 (/opt/rustwide/workdir/thrussh-libsodium) updating edition from 2018 to 2021
[INFO] [stderr] crater-edition-check: thrussh-config v0.6.0 (/opt/rustwide/workdir/thrussh-config) updating edition from 2018 to 2021
[INFO] [stderr] crater-edition-check: cryptovec v0.6.1 (/opt/rustwide/workdir/cryptovec) updating edition from 2015 to 2018
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]     Checking thrussh-libsodium v0.2.1 (/opt/rustwide/workdir/thrussh-libsodium)
[INFO] [stderr]     Checking cryptovec v0.6.1 (/opt/rustwide/workdir/cryptovec)
[INFO] [stderr]     Checking thrussh-config v0.6.0 (/opt/rustwide/workdir/thrussh-config)
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> cryptovec/src/lib.rs:302:35
[INFO] [stdout]     |
[INFO] [stdout] 302 |         let x: [u8; 4] = unsafe { std::mem::transmute(s) };
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 302 -         let x: [u8; 4] = unsafe { std::mem::transmute(s) };
[INFO] [stdout] 302 +         let x: [u8; 4] = unsafe { u32::to_ne_bytes(s) };
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking thrussh-keys v0.22.1 (/opt/rustwide/workdir/thrussh-keys)
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> cryptovec/src/lib.rs:302:35
[INFO] [stdout]     |
[INFO] [stdout] 302 |         let x: [u8; 4] = unsafe { std::mem::transmute(s) };
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 302 -         let x: [u8; 4] = unsafe { std::mem::transmute(s) };
[INFO] [stdout] 302 +         let x: [u8; 4] = unsafe { u32::to_ne_bytes(s) };
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> thrussh-keys/src/lib.rs:857:17
[INFO] [stdout]     |
[INFO] [stdout] 853 |                 key::KeyPair::Ed25519 { .. } => {
[INFO] [stdout]     |                 ---------------------------- matches all the relevant values
[INFO] [stdout] ...
[INFO] [stdout] 857 |                 _ => {}
[INFO] [stdout]     |                 ^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Incoming` is never constructed
[INFO] [stdout]    --> thrussh-keys/src/lib.rs:958:12
[INFO] [stdout]     |
[INFO] [stdout] 958 |     struct Incoming<'a> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking thrussh v0.34.0 (/opt/rustwide/workdir/thrussh)
[INFO] [stdout] warning: unused import: `self::kex::*`
[INFO] [stdout]   --> thrussh/src/server/mod.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub use self::kex::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::super::*`
[INFO] [stdout]   --> thrussh/src/server/encrypted.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use super::super::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::kex::*`
[INFO] [stdout]   --> thrussh/src/server/mod.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub use self::kex::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::super::*`
[INFO] [stdout]   --> thrussh/src/server/encrypted.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use super::super::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> thrussh/src/server/encrypted.rs:41:13
[INFO] [stdout]    |
[INFO] [stdout] 41 |         let mut enc = self.common.encrypted.as_mut().unwrap();
[INFO] [stdout]    |             ----^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> thrussh/src/server/encrypted.rs:41:13
[INFO] [stdout]    |
[INFO] [stdout] 41 |         let mut enc = self.common.encrypted.as_mut().unwrap();
[INFO] [stdout]    |             ----^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> thrussh/src/server/encrypted.rs:122:13
[INFO] [stdout]     |
[INFO] [stdout] 122 |         let mut enc = self.common.encrypted.as_mut().unwrap();
[INFO] [stdout]     |             ----^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> thrussh/src/server/encrypted.rs:122:13
[INFO] [stdout]     |
[INFO] [stdout] 122 |         let mut enc = self.common.encrypted.as_mut().unwrap();
[INFO] [stdout]     |             ----^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `key` and `algo` are never read
[INFO] [stdout]    --> thrussh/src/auth.rs:142:9
[INFO] [stdout]     |
[INFO] [stdout] 141 |     PublicKey {
[INFO] [stdout]     |     --------- fields in this variant
[INFO] [stdout] 142 |         key: CryptoVec,
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 143 |         algo: CryptoVec,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `CurrentRequest` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]   --> thrussh/src/cipher/mod.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub struct Cipher {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] 24 |     pub name: Name,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `server_supports_ext` is never read
[INFO] [stdout]   --> thrussh/src/negotiation.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub struct Names {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 35 |     pub server_supports_ext: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Names` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `received` is never read
[INFO] [stdout]    --> thrussh/src/session.rs:505:9
[INFO] [stdout]     |
[INFO] [stdout] 498 | pub struct NewKeys {
[INFO] [stdout]     |            ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 505 |     pub received: bool,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `NewKeys` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `key` and `algo` are never read
[INFO] [stdout]    --> thrussh/src/auth.rs:142:9
[INFO] [stdout]     |
[INFO] [stdout] 141 |     PublicKey {
[INFO] [stdout]     |     --------- fields in this variant
[INFO] [stdout] 142 |         key: CryptoVec,
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 143 |         algo: CryptoVec,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `CurrentRequest` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]   --> thrussh/src/cipher/mod.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub struct Cipher {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] 24 |     pub name: Name,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `server_supports_ext` is never read
[INFO] [stdout]   --> thrussh/src/negotiation.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub struct Names {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 35 |     pub server_supports_ext: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Names` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `received` is never read
[INFO] [stdout]    --> thrussh/src/session.rs:505:9
[INFO] [stdout]     |
[INFO] [stdout] 498 | pub struct NewKeys {
[INFO] [stdout]     |            ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 505 |     pub received: bool,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `NewKeys` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `client_pubkey` is never read
[INFO] [stdout]    --> thrussh/src/lib.rs:713:9
[INFO] [stdout]     |
[INFO] [stdout] 712 |     struct Server {
[INFO] [stdout]     |            ------ field in this struct
[INFO] [stdout] 713 |         client_pubkey: Arc<thrussh_keys::key::PublicKey>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Server` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 29s
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating thrussh-keys/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating thrussh/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating thrussh-libsodium/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating thrussh-config/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating cryptovec/Cargo.toml from 2015 edition to 2018
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]     Checking cryptovec v0.6.1 (/opt/rustwide/workdir/cryptovec)
[INFO] [stderr]     Checking thrussh-libsodium v0.2.1 (/opt/rustwide/workdir/thrussh-libsodium)
[INFO] [stderr]     Checking thrussh-config v0.6.0 (/opt/rustwide/workdir/thrussh-config)
[INFO] [stderr]    Migrating cryptovec/src/lib.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating thrussh-config/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking thrussh v0.34.0 (/opt/rustwide/workdir/thrussh)
[INFO] [stderr]     Checking thrussh-keys v0.22.1 (/opt/rustwide/workdir/thrussh-keys)
[INFO] [stderr]    Migrating thrussh-libsodium/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating thrussh/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed thrussh/src/lib.rs (2 fixes)
[INFO] [stderr]    Migrating thrussh-keys/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed thrussh/src/server/encrypted.rs (1 fix)
[INFO] [stderr]        Fixed thrussh/src/client/encrypted.rs (1 fix)
[INFO] [stderr]        Fixed thrussh/src/client/mod.rs (1 fix)
[INFO] [stderr]        Fixed thrussh/src/auth.rs (2 fixes)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> thrussh/src/server/mod.rs:525:31
[INFO] [stdout]     |
[INFO] [stdout] 494 | /           tokio::select! {
[INFO] [stdout] 495 | |               r = &mut reading => {
[INFO] [stdout]     | |               -
[INFO] [stdout]     | |               |
[INFO] [stdout]     | |               `r` calls a custom destructor
[INFO] [stdout]     | |               `r` will be dropped later as of Edition 2024
[INFO] [stdout] 496 | |                   let (stream_read, buffer) = match r {
[INFO] [stdout]     | |  _____________________________________________-
[INFO] [stdout] 497 | | |                     Ok((_, stream_read, buffer)) => (stream_read, buffer),
[INFO] [stdout] 498 | | |                     Err(e) => return Err(e.into())
[INFO] [stdout] 499 | | |                 };
[INFO] [stdout]     | | |                 -
[INFO] [stdout]     | | |                 |
[INFO] [stdout]     | | |_________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     | |                   `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 505 | |                       let d = enc.decompress.decompress(
[INFO] [stdout]     | |                           -
[INFO] [stdout]     | |                           |
[INFO] [stdout]     | |                           `d` calls a custom destructor
[INFO] [stdout]     | |                           `d` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 525 | |                           match reply(session, &mut handler, &buf[..]).await {
[INFO] [stdout]     | |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     | |                                 |                                      |
[INFO] [stdout]     | |                                 |                                      this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     | |                                 |                                      up until Edition 2021 `#7` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |                                 |                                      this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     | |                                 |                                      `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                 this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     | |                                 up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |                                 `__awaitee` calls a custom destructor
[INFO] [stdout]     | |                                 `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 529 | |                       }
[INFO] [stdout]     | |                       - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...   |
[INFO] [stdout] 537 | |               msg = session.receiver.recv(), if !session.is_rekeying() => {
[INFO] [stdout]     | |               ---
[INFO] [stdout]     | |               |
[INFO] [stdout]     | |               `msg` calls a custom destructor
[INFO] [stdout]     | |               `msg` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 571 | |           }
[INFO] [stdout]     | |           -
[INFO] [stdout]     | |           |
[INFO] [stdout]     | |           `output` calls a custom destructor
[INFO] [stdout]     | |           `output` will be dropped later as of Edition 2024
[INFO] [stdout]     | |           `futures` calls a custom destructor
[INFO] [stdout]     | |           `futures` will be dropped later as of Edition 2024
[INFO] [stdout]     | |___________this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |             `#1` will be dropped later as of Edition 2024
[INFO] [stdout] 572 |             session.flush()?;
[INFO] [stdout]     |             ----------------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |             `#4` will be dropped later as of Edition 2024
[INFO] [stdout] 573 |   /         stream_write
[INFO] [stdout] 574 |   |             .write_all(&session.common.write_buffer.buffer)
[INFO] [stdout] 575 |   |             .await
[INFO] [stdout] 576 |   |             .map_err(crate::Error::from)?;
[INFO] [stdout]     |   |                                         -
[INFO] [stdout]     |   |_________________________________________|
[INFO] [stdout]     |   |_________________________________________this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                             `#5` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/sync/mpsc/chan.rs:339:1
[INFO] [stdout]     |
[INFO] [stdout] 339 | impl<T, S: Semaphore> Drop for Rx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/sync/mpsc/chan.rs:205:1
[INFO] [stdout]     |
[INFO] [stdout] 205 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `output` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `output` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `r` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `r` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `d` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/sync/mpsc/chan.rs:339:1
[INFO] [stdout]     |
[INFO] [stdout] 339 | impl<T, S: Semaphore> Drop for Rx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/sync/mpsc/chan.rs:205:1
[INFO] [stdout]     |
[INFO] [stdout] 205 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> thrussh/src/server/mod.rs:417:33
[INFO] [stdout]     |
[INFO] [stdout] 417 |     while let Ok((socket, _)) = socket.accept().await {
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                                 |               |
[INFO] [stdout]     |                                 |               this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                 |               up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                 |               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                 |               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                 up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                 `__awaitee` calls a custom destructor
[INFO] [stdout]     |                                 `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 420 |         tokio::spawn(run_stream(config, socket, server));
[INFO] [stdout]     |         ------------------------------------------------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |         `#2` will be dropped later as of Edition 2024
[INFO] [stdout] 421 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/io/poll_evented.rs:244:1
[INFO] [stdout]     |
[INFO] [stdout] 244 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/io/poll_evented.rs:244:1
[INFO] [stdout]     |
[INFO] [stdout] 244 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/task/join.rs:345:1
[INFO] [stdout]     |
[INFO] [stdout] 345 | impl<T> Drop for JoinHandle<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> thrussh/src/client/encrypted.rs:251:43
[INFO] [stdout]     |
[INFO] [stdout] 251 | ...                       match self.receiver.recv().await {
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                                 |                    |
[INFO] [stdout]     |                                 |                    this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                 |                    up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                 |                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                 |                    `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                 up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                 `__awaitee` calls a custom destructor
[INFO] [stdout]     |                                 `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 255 | ...                   };
[INFO] [stdout]     |                       - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/sync/mpsc/chan.rs:205:1
[INFO] [stdout]     |
[INFO] [stdout] 205 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/sync/mpsc/chan.rs:205:1
[INFO] [stdout]     |
[INFO] [stdout] 205 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> thrussh/src/client/mod.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 |             match self.receiver.recv().await {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                   |                    |
[INFO] [stdout]     |                   |                    this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                   |                    up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                   |                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                   |                    `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                   up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                   `__awaitee` calls a custom destructor
[INFO] [stdout]     |                   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 239 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> thrussh/src/client/mod.rs:256:19
[INFO] [stdout]     |
[INFO] [stdout] 256 |             match self.receiver.recv().await {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                   |                    |
[INFO] [stdout]     |                   |                    this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                   |                    up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                   |                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                   |                    `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                   up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                   `__awaitee` calls a custom destructor
[INFO] [stdout]     |                   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 262 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> thrussh/src/client/mod.rs:294:37
[INFO] [stdout]     |
[INFO] [stdout] 288 |                     let (f, data) = future.auth_publickey_sign(&key, data).await;
[INFO] [stdout]     |                             ----
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `data` calls a custom destructor
[INFO] [stdout]     |                             `data` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 294 |                     if let Err(_) = self.sender.send(Msg::Signed { data }).await {
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                                     |                                      |
[INFO] [stdout]     |                                     |                                      this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                     |                                      up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 297 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/sync/mpsc/chan.rs:205:1
[INFO] [stdout]     |
[INFO] [stdout] 205 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `data` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> thrussh/src/client/mod.rs:294:76
[INFO] [stdout]     |
[INFO] [stdout] 288 |                     let (f, data) = future.auth_publickey_sign(&key, data).await;
[INFO] [stdout]     |                             ----
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `data` calls a custom destructor
[INFO] [stdout]     |                             `data` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 294 |                     if let Err(_) = self.sender.send(Msg::Signed { data }).await {
[INFO] [stdout]     |                                                                            ^^^^^
[INFO] [stdout]     |                                                                            |
[INFO] [stdout]     |                                                                            this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                                                            up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 297 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `data` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> thrussh/src/client/mod.rs:309:19
[INFO] [stdout]     |
[INFO] [stdout] 309 |             match receiver.recv().await {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                   |               |
[INFO] [stdout]     |                   |               this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                   |               up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                   |               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                   |               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                   up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                   `__awaitee` calls a custom destructor
[INFO] [stdout]     |                   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 328 |                 msg => {
[INFO] [stdout]     |                 ---
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 `msg` calls a custom destructor
[INFO] [stdout]     |                 `msg` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 332 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> thrussh/src/client/mod.rs:655:23
[INFO] [stdout]     |
[INFO] [stdout] 655 |                 match self.receiver.recv().await {
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                       |                    |
[INFO] [stdout]     |                       |                    this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                       |                    up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                       |                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       |                    `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                       up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                       `__awaitee` calls a custom destructor
[INFO] [stdout]     |                       `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 661 |                     Some(OpenChannelMsg::Msg(msg)) => {
[INFO] [stdout]     |                                              ---
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              `msg` calls a custom destructor
[INFO] [stdout]     |                                              `msg` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 667 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 679 |             self.send_data_packet(ext, c).await?;
[INFO] [stdout]     |             ------------------------------------
[INFO] [stdout]     |             |                             |
[INFO] [stdout]     |             |                             this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |             |                             `#4` will be dropped later as of Edition 2024
[INFO] [stdout]     |             this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |             `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |             this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |             `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> thrussh/src/client/mod.rs:724:19
[INFO] [stdout]     |
[INFO] [stdout] 724 |             match self.receiver.recv().await {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                   |                    |
[INFO] [stdout]     |                   |                    this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                   |                    up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                   |                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                   |                    `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                   up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                   `__awaitee` calls a custom destructor
[INFO] [stdout]     |                   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 733 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> thrussh/src/client/mod.rs:871:31
[INFO] [stdout]     |
[INFO] [stdout] 861 | /                 tokio::select! {
[INFO] [stdout] 862 | |                     r = &mut reading => {
[INFO] [stdout]     | |                     -
[INFO] [stdout]     | |                     |
[INFO] [stdout]     | |                     `r` calls a custom destructor
[INFO] [stdout]     | |                     `r` will be dropped later as of Edition 2024
[INFO] [stdout] 863 | |                         let (stream_read, buffer) = match r {
[INFO] [stdout]     | |    _________________________________________________-
[INFO] [stdout] 864 | |   |                         Ok((_, stream_read, buffer)) => (stream_read, buffer),
[INFO] [stdout] 865 | |   |                         Err(e) => return Err(e.into())
[INFO] [stdout] 866 | |   |                     };
[INFO] [stdout]     | |   |                     -
[INFO] [stdout]     | |   |                     |
[INFO] [stdout]     | |   |_____________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     | |                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 871 | |                             match enc.decompress.decompress(
[INFO] [stdout]     | |    _______________________________^
[INFO] [stdout]     | |   |_______________________________|
[INFO] [stdout] 872 | |   |                             &buffer.buffer[5..],
[INFO] [stdout] 873 | |   |                             &mut decomp,
[INFO] [stdout] 874 | |   |                         ) { Ok(buf) => {
[INFO] [stdout]     | |   |                         ^
[INFO] [stdout]     | |   |_________________________|
[INFO] [stdout]     | |   |_________________________this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     | |                             up until Edition 2021 `#14` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 879 | |   |                     } else {
[INFO] [stdout]     | |   |                     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...   |   |
[INFO] [stdout] 886 | |   |                             self = reply(self, &mut handler, &mut encrypted_signal, &buf[..]).await?;
[INFO] [stdout]     | |   |                                    -----------------------------------------------------------------
[INFO] [stdout]     | |   |                                    |                                                          |
[INFO] [stdout]     | |   |                                    |                                                          this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     | |   |                                    |                                                          `#4` will be dropped later as of Edition 2024
[INFO] [stdout]     | |   |                                    this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     | |   |                                    `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     | |   |                                    `__awaitee` calls a custom destructor
[INFO] [stdout]     | |   |                                    `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |   |
[INFO] [stdout] 891 | |   |                 msg = self.receiver.recv(), if !self.is_rekeying() => {
[INFO] [stdout]     | |   |                 ---
[INFO] [stdout]     | |   |                 |
[INFO] [stdout]     | |   |                 `msg` calls a custom destructor
[INFO] [stdout]     | |   |                 `msg` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |   |
[INFO] [stdout] 898 | |   |                             let id = self.channel_open_session()?;
[INFO] [stdout]     | |   |                                      ----------------------------
[INFO] [stdout]     | |   |                                      |
[INFO] [stdout]     | |   |                                      this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     | |   |                                      `#5` will be dropped later as of Edition 2024
[INFO] [stdout] 899 | |   |                             self.channels.insert(id, sender);
[INFO] [stdout]     | |   |                             --------------------------------
[INFO] [stdout]     | |   |                             |
[INFO] [stdout]     | |   |                             this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     | |   |                             `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |   |
[INFO] [stdout] 902 | |   |                             let id = self.channel_open_x11(&originator_address, originator_port)?;
[INFO] [stdout]     | |   |                                      ------------------------------------------------------------
[INFO] [stdout]     | |   |                                      |
[INFO] [stdout]     | |   |                                      this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     | |   |                                      `#7` will be dropped later as of Edition 2024
[INFO] [stdout] 903 | |   |                             self.channels.insert(id, sender);
[INFO] [stdout]     | |   |                             --------------------------------
[INFO] [stdout]     | |   |                             |
[INFO] [stdout]     | |   |                             this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     | |   |                             `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |   |
[INFO] [stdout] 906 | |   |                             let id = self.channel_open_direct_tcpip(&host_to_connect, port_to_connect, &originator_address, originator_port)?;
[INFO] [stdout]     | |   |                                      --------------------------------------------------------------------------------------------------------
[INFO] [stdout]     | |   |                                      |
[INFO] [stdout]     | |   |                                      this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     | |   |                                      `#9` will be dropped later as of Edition 2024
[INFO] [stdout] 907 | |   |                             self.channels.insert(id, sender);
[INFO] [stdout]     | |   |                             --------------------------------
[INFO] [stdout]     | |   |                             |
[INFO] [stdout]     | |   |                             this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     | |   |                             `#10` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |   |
[INFO] [stdout] 951 | |   |             }
[INFO] [stdout]     | |   |             -
[INFO] [stdout]     | |   |             |
[INFO] [stdout]     | |   |             `output` calls a custom destructor
[INFO] [stdout]     | |   |             `output` will be dropped later as of Edition 2024
[INFO] [stdout]     | |   |             `futures` calls a custom destructor
[INFO] [stdout]     | |   |             `futures` will be dropped later as of Edition 2024
[INFO] [stdout]     | |___|_____________this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     |             `#1` will be dropped later as of Edition 2024
[INFO] [stdout] 952 |     |             self.flush()?;
[INFO] [stdout]     |     |             -------------
[INFO] [stdout]     |     |             |
[INFO] [stdout]     |     |             this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |     |             `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...       |
[INFO] [stdout] 958 |     /                 stream_write
[INFO] [stdout] 959 |     |                     .write_all(&self.common.write_buffer.buffer)
[INFO] [stdout] 960 |     |                     .await
[INFO] [stdout] 961 |     |                     .map_err(crate::Error::from)?;
[INFO] [stdout]     |     |                                                 -
[INFO] [stdout]     |     |_________________________________________________|
[INFO] [stdout]     |     |_________________________________________________this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                                                       `#12` will be dropped later as of Edition 2024
[INFO] [stdout] 962 |     |                 stream_write.flush().await.map_err(crate::Error::from)?;
[INFO] [stdout]     |     |                 -------------------------------------------------------
[INFO] [stdout]     |     |                 |
[INFO] [stdout]     |     |                 this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |     |                 `#13` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#14` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `output` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/sync/mpsc/chan.rs:205:1
[INFO] [stdout]     |
[INFO] [stdout] 205 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `output` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `output` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/sync/mpsc/chan.rs:205:1
[INFO] [stdout]     |
[INFO] [stdout] 205 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `r` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `r` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> thrussh/src/client/mod.rs:56:1
[INFO] [stdout]     |
[INFO] [stdout]  56 | impl Drop for Session {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> thrussh/src/client/mod.rs:56:1
[INFO] [stdout]     |
[INFO] [stdout]  56 | impl Drop for Session {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/sync/mpsc/chan.rs:205:1
[INFO] [stdout]     |
[INFO] [stdout] 205 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/sync/mpsc/chan.rs:205:1
[INFO] [stdout]     |
[INFO] [stdout] 205 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#7` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/sync/mpsc/chan.rs:205:1
[INFO] [stdout]     |
[INFO] [stdout] 205 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#9` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/sync/mpsc/chan.rs:205:1
[INFO] [stdout]     |
[INFO] [stdout] 205 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#11` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#12` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#13` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> thrussh/src/session.rs:182:46
[INFO] [stdout]     |
[INFO] [stdout] 182 |             while let Some((buf, a, from)) = channel.pending_data.pop_front() {
[INFO] [stdout]     |                             ---              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                             |                |
[INFO] [stdout]     |                             |                this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                             |                up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                             `buf` calls a custom destructor
[INFO] [stdout]     |                             `buf` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 189 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `buf` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> thrussh/src/session.rs:196:46
[INFO] [stdout]     |
[INFO] [stdout] 196 |             while let Some((buf, a, from)) = channel.pending_data.pop_front() {
[INFO] [stdout]     |                             ---              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                             |                |
[INFO] [stdout]     |                             |                this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                             |                up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                             `buf` calls a custom destructor
[INFO] [stdout]     |                             `buf` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 202 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `buf` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> thrussh-keys/src/agent/server.rs:52:34
[INFO] [stdout]     |
[INFO] [stdout]  52 |       while let Some(Ok(stream)) = listener.next().await {
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                                    |               |
[INFO] [stdout]     |                                    |               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                    |               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                    this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                    up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]  53 |           let mut buf = CryptoVec::new();
[INFO] [stdout]     |               -------
[INFO] [stdout]     |               |
[INFO] [stdout]     |               `buf` calls a custom destructor
[INFO] [stdout]     |               `buf` will be dropped later as of Edition 2024
[INFO] [stdout]  54 |           buf.resize(4);
[INFO] [stdout]  55 | /         tokio::spawn(
[INFO] [stdout]  56 | |             (Connection {
[INFO] [stdout]  57 | |                 lock: lock.clone(),
[INFO] [stdout]  58 | |                 keys: keys.clone(),
[INFO] [stdout] ...   |
[INFO] [stdout]  63 | |             .run(),
[INFO] [stdout]  64 | |         );
[INFO] [stdout]     | |         -
[INFO] [stdout]     | |         |
[INFO] [stdout]     | |_________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |           `#2` will be dropped later as of Edition 2024
[INFO] [stdout]  65 |       }
[INFO] [stdout]     |       - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `buf` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/task/join.rs:345:1
[INFO] [stdout]     |
[INFO] [stdout] 345 | impl<T> Drop for JoinHandle<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed thrussh-keys/src/signature.rs (3 fixes)
[INFO] [stderr]        Fixed thrussh-keys/src/agent/server.rs (4 fixes)
[INFO] [stderr]        Fixed thrussh-keys/src/lib.rs (1 fix)
[INFO] [stderr]        Fixed thrussh-keys/src/agent/client.rs (3 fixes)
[INFO] [stderr]    Migrating thrussh/examples/client.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> thrussh/src/server/mod.rs:525:31
[INFO] [stdout]     |
[INFO] [stdout] 494 | /           tokio::select! {
[INFO] [stdout] 495 | |               r = &mut reading => {
[INFO] [stdout]     | |               -
[INFO] [stdout]     | |               |
[INFO] [stdout]     | |               `r` calls a custom destructor
[INFO] [stdout]     | |               `r` will be dropped later as of Edition 2024
[INFO] [stdout] 496 | |                   let (stream_read, buffer) = match r {
[INFO] [stdout]     | |  _____________________________________________-
[INFO] [stdout] 497 | | |                     Ok((_, stream_read, buffer)) => (stream_read, buffer),
[INFO] [stdout] 498 | | |                     Err(e) => return Err(e.into())
[INFO] [stdout] 499 | | |                 };
[INFO] [stdout]     | | |                 -
[INFO] [stdout]     | | |                 |
[INFO] [stdout]     | | |_________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     | |                   `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 505 | |                       let d = enc.decompress.decompress(
[INFO] [stdout]     | |                           -
[INFO] [stdout]     | |                           |
[INFO] [stdout]     | |                           `d` calls a custom destructor
[INFO] [stdout]     | |                           `d` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 525 | |                           match reply(session, &mut handler, &buf[..]).await {
[INFO] [stdout]     | |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     | |                                 |                                      |
[INFO] [stdout]     | |                                 |                                      this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     | |                                 |                                      up until Edition 2021 `#7` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |                                 |                                      this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     | |                                 |                                      `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                 this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     | |                                 up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |                                 `__awaitee` calls a custom destructor
[INFO] [stdout]     | |                                 `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 529 | |                       }
[INFO] [stdout]     | |                       - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...   |
[INFO] [stdout] 537 | |               msg = session.receiver.recv(), if !session.is_rekeying() => {
[INFO] [stdout]     | |               ---
[INFO] [stdout]     | |               |
[INFO] [stdout]     | |               `msg` calls a custom destructor
[INFO] [stdout]     | |               `msg` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 571 | |           }
[INFO] [stdout]     | |           -
[INFO] [stdout]     | |           |
[INFO] [stdout]     | |           `output` calls a custom destructor
[INFO] [stdout]     | |           `output` will be dropped later as of Edition 2024
[INFO] [stdout]     | |           `futures` calls a custom destructor
[INFO] [stdout]     | |           `futures` will be dropped later as of Edition 2024
[INFO] [stdout]     | |___________this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |             `#1` will be dropped later as of Edition 2024
[INFO] [stdout] 572 |             session.flush()?;
[INFO] [stdout]     |             ----------------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |             `#4` will be dropped later as of Edition 2024
[INFO] [stdout] 573 |   /         stream_write
[INFO] [stdout] 574 |   |             .write_all(&session.common.write_buffer.buffer)
[INFO] [stdout] 575 |   |             .await
[INFO] [stdout] 576 |   |             .map_err(crate::Error::from)?;
[INFO] [stdout]     |   |                                         -
[INFO] [stdout]     |   |_________________________________________|
[INFO] [stdout]     |   |_________________________________________this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                             `#5` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/sync/mpsc/chan.rs:339:1
[INFO] [stdout]     |
[INFO] [stdout] 339 | impl<T, S: Semaphore> Drop for Rx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/sync/mpsc/chan.rs:205:1
[INFO] [stdout]     |
[INFO] [stdout] 205 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `output` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `output` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `r` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `r` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `d` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/sync/mpsc/chan.rs:339:1
[INFO] [stdout]     |
[INFO] [stdout] 339 | impl<T, S: Semaphore> Drop for Rx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/sync/mpsc/chan.rs:205:1
[INFO] [stdout]     |
[INFO] [stdout] 205 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> thrussh/src/server/mod.rs:417:33
[INFO] [stdout]     |
[INFO] [stdout] 417 |     while let Ok((socket, _)) = socket.accept().await {
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                                 |               |
[INFO] [stdout]     |                                 |               this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                 |               up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                 |               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                 |               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                 up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                 `__awaitee` calls a custom destructor
[INFO] [stdout]     |                                 `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 420 |         tokio::spawn(run_stream(config, socket, server));
[INFO] [stdout]     |         ------------------------------------------------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |         `#2` will be dropped later as of Edition 2024
[INFO] [stdout] 421 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/io/poll_evented.rs:244:1
[INFO] [stdout]     |
[INFO] [stdout] 244 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/io/poll_evented.rs:244:1
[INFO] [stdout]     |
[INFO] [stdout] 244 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/runtime/task/join.rs:345:1
[INFO] [stdout]     |
[INFO] [stdout] 345 | impl<T> Drop for JoinHandle<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> thrussh/src/client/encrypted.rs:251:43
[INFO] [stdout]     |
[INFO] [stdout] 251 | ...                       match self.receiver.recv().await {
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                                 |                    |
[INFO] [stdout]     |                                 |                    this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                 |                    up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                 |                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                 |                    `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                 up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                 `__awaitee` calls a custom destructor
[INFO] [stdout]     |                                 `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 255 | ...                   };
[INFO] [stdout]     |                       - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/sync/mpsc/chan.rs:205:1
[INFO] [stdout]     |
[INFO] [stdout] 205 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/sync/mpsc/chan.rs:205:1
[INFO] [stdout]     |
[INFO] [stdout] 205 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> thrussh/src/client/mod.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 |             match self.receiver.recv().await {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                   |                    |
[INFO] [stdout]     |                   |                    this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                   |                    up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                   |                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                   |                    `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                   up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                   `__awaitee` calls a custom destructor
[INFO] [stdout]     |                   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 239 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> thrussh/src/client/mod.rs:256:19
[INFO] [stdout]     |
[INFO] [stdout] 256 |             match self.receiver.recv().await {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                   |                    |
[INFO] [stdout]     |                   |                    this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                   |                    up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                   |                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                   |                    `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                   up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                   `__awaitee` calls a custom destructor
[INFO] [stdout]     |                   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 262 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> thrussh/src/client/mod.rs:294:37
[INFO] [stdout]     |
[INFO] [stdout] 288 |                     let (f, data) = future.auth_publickey_sign(&key, data).await;
[INFO] [stdout]     |                             ----
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `data` calls a custom destructor
[INFO] [stdout]     |                             `data` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 294 |                     if let Err(_) = self.sender.send(Msg::Signed { data }).await {
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                                     |                                      |
[INFO] [stdout]     |                                     |                                      this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                     |                                      up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 297 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/sync/mpsc/chan.rs:205:1
[INFO] [stdout]     |
[INFO] [stdout] 205 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `data` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> thrussh/src/client/mod.rs:294:76
[INFO] [stdout]     |
[INFO] [stdout] 288 |                     let (f, data) = future.auth_publickey_sign(&key, data).await;
[INFO] [stdout]     |                             ----
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `data` calls a custom destructor
[INFO] [stdout]     |                             `data` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 294 |                     if let Err(_) = self.sender.send(Msg::Signed { data }).await {
[INFO] [stdout]     |                                                                            ^^^^^
[INFO] [stdout]     |                                                                            |
[INFO] [stdout]     |                                                                            this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                                                            up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 297 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `data` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> thrussh/src/client/mod.rs:309:19
[INFO] [stdout]     |
[INFO] [stdout] 309 |             match receiver.recv().await {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                   |               |
[INFO] [stdout]     |                   |               this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                   |               up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                   |               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                   |               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                   up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                   `__awaitee` calls a custom destructor
[INFO] [stdout]     |                   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 328 |                 msg => {
[INFO] [stdout]     |                 ---
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 `msg` calls a custom destructor
[INFO] [stdout]     |                 `msg` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 332 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> thrussh/src/client/mod.rs:655:23
[INFO] [stdout]     |
[INFO] [stdout] 655 |                 match self.receiver.recv().await {
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                       |                    |
[INFO] [stdout]     |                       |                    this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                       |                    up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                       |                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       |                    `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                       up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                       `__awaitee` calls a custom destructor
[INFO] [stdout]     |                       `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 661 |                     Some(OpenChannelMsg::Msg(msg)) => {
[INFO] [stdout]     |                                              ---
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              `msg` calls a custom destructor
[INFO] [stdout]     |                                              `msg` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 667 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 679 |             self.send_data_packet(ext, c).await?;
[INFO] [stdout]     |             ------------------------------------
[INFO] [stdout]     |             |                             |
[INFO] [stdout]     |             |                             this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |             |                             `#4` will be dropped later as of Edition 2024
[INFO] [stdout]     |             this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |             `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |             this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |             `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> thrussh/src/client/mod.rs:724:19
[INFO] [stdout]     |
[INFO] [stdout] 724 |             match self.receiver.recv().await {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                   |                    |
[INFO] [stdout]     |                   |                    this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                   |                    up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                   |                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                   |                    `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                   up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                   `__awaitee` calls a custom destructor
[INFO] [stdout]     |                   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 733 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> thrussh/src/client/mod.rs:871:31
[INFO] [stdout]     |
[INFO] [stdout] 861 | /                 tokio::select! {
[INFO] [stdout] 862 | |                     r = &mut reading => {
[INFO] [stdout]     | |                     -
[INFO] [stdout]     | |                     |
[INFO] [stdout]     | |                     `r` calls a custom destructor
[INFO] [stdout]     | |                     `r` will be dropped later as of Edition 2024
[INFO] [stdout] 863 | |                         let (stream_read, buffer) = match r {
[INFO] [stdout]     | |    _________________________________________________-
[INFO] [stdout] 864 | |   |                         Ok((_, stream_read, buffer)) => (stream_read, buffer),
[INFO] [stdout] 865 | |   |                         Err(e) => return Err(e.into())
[INFO] [stdout] 866 | |   |                     };
[INFO] [stdout]     | |   |                     -
[INFO] [stdout]     | |   |                     |
[INFO] [stdout]     | |   |_____________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     | |                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 871 | |                             match enc.decompress.decompress(
[INFO] [stdout]     | |    _______________________________^
[INFO] [stdout]     | |   |_______________________________|
[INFO] [stdout] 872 | |   |                             &buffer.buffer[5..],
[INFO] [stdout] 873 | |   |                             &mut decomp,
[INFO] [stdout] 874 | |   |                         ) { Ok(buf) => {
[INFO] [stdout]     | |   |                         ^
[INFO] [stdout]     | |   |_________________________|
[INFO] [stdout]     | |   |_________________________this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     | |                             up until Edition 2021 `#14` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 879 | |   |                     } else {
[INFO] [stdout]     | |   |                     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...   |   |
[INFO] [stdout] 886 | |   |                             self = reply(self, &mut handler, &mut encrypted_signal, &buf[..]).await?;
[INFO] [stdout]     | |   |                                    -----------------------------------------------------------------
[INFO] [stdout]     | |   |                                    |                                                          |
[INFO] [stdout]     | |   |                                    |                                                          this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     | |   |                                    |                                                          `#4` will be dropped later as of Edition 2024
[INFO] [stdout]     | |   |                                    this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     | |   |                                    `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     | |   |                                    `__awaitee` calls a custom destructor
[INFO] [stdout]     | |   |                                    `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |   |
[INFO] [stdout] 891 | |   |                 msg = self.receiver.recv(), if !self.is_rekeying() => {
[INFO] [stdout]     | |   |                 ---
[INFO] [stdout]     | |   |                 |
[INFO] [stdout]     | |   |                 `msg` calls a custom destructor
[INFO] [stdout]     | |   |                 `msg` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |   |
[INFO] [stdout] 898 | |   |                             let id = self.channel_open_session()?;
[INFO] [stdout]     | |   |                                      ----------------------------
[INFO] [stdout]     | |   |                                      |
[INFO] [stdout]     | |   |                                      this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     | |   |                                      `#5` will be dropped later as of Edition 2024
[INFO] [stdout] 899 | |   |                             self.channels.insert(id, sender);
[INFO] [stdout]     | |   |                             --------------------------------
[INFO] [stdout]     | |   |                             |
[INFO] [stdout]     | |   |                             this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     | |   |                             `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |   |
[INFO] [stdout] 902 | |   |                             let id = self.channel_open_x11(&originator_address, originator_port)?;
[INFO] [stdout]     | |   |                                      ------------------------------------------------------------
[INFO] [stdout]     | |   |                                      |
[INFO] [stdout]     | |   |                                      this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     | |   |                                      `#7` will be dropped later as of Edition 2024
[INFO] [stdout] 903 | |   |                             self.channels.insert(id, sender);
[INFO] [stdout]     | |   |                             --------------------------------
[INFO] [stdout]     | |   |                             |
[INFO] [stdout]     | |   |                             this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     | |   |                             `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |   |
[INFO] [stdout] 906 | |   |                             let id = self.channel_open_direct_tcpip(&host_to_connect, port_to_connect, &originator_address, originator_port)?;
[INFO] [stdout]     | |   |                                      --------------------------------------------------------------------------------------------------------
[INFO] [stdout]     | |   |                                      |
[INFO] [stdout]     | |   |                                      this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     | |   |                                      `#9` will be dropped later as of Edition 2024
[INFO] [stdout] 907 | |   |                             self.channels.insert(id, sender);
[INFO] [stdout]     | |   |                             --------------------------------
[INFO] [stdout]     | |   |                             |
[INFO] [stdout]     | |   |                             this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     | |   |                             `#10` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |   |
[INFO] [stdout] 951 | |   |             }
[INFO] [stdout]     | |   |             -
[INFO] [stdout]     | |   |             |
[INFO] [stdout]     | |   |             `output` calls a custom destructor
[INFO] [stdout]     | |   |             `output` will be dropped later as of Edition 2024
[INFO] [stdout]     | |   |             `futures` calls a custom destructor
[INFO] [stdout]     | |   |             `futures` will be dropped later as of Edition 2024
[INFO] [stdout]     | |___|_____________this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |     |             `#1` will be dropped later as of Edition 2024
[INFO] [stdout] 952 |     |             self.flush()?;
[INFO] [stdout]     |     |             -------------
[INFO] [stdout]     |     |             |
[INFO] [stdout]     |     |             this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |     |             `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...       |
[INFO] [stdout] 958 |     /                 stream_write
[INFO] [stdout] 959 |     |                     .write_all(&self.common.write_buffer.buffer)
[INFO] [stdout] 960 |     |                     .await
[INFO] [stdout] 961 |     |                     .map_err(crate::Error::from)?;
[INFO] [stdout]     |     |                                                 -
[INFO] [stdout]     |     |_________________________________________________|
[INFO] [stdout]     |     |_________________________________________________this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                                                       `#12` will be dropped later as of Edition 2024
[INFO] [stdout] 962 |     |                 stream_write.flush().await.map_err(crate::Error::from)?;
[INFO] [stdout]     |     |                 -------------------------------------------------------
[INFO] [stdout]     |     |                 |
[INFO] [stdout]     |     |                 this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |     |                 `#13` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#14` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `output` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/sync/mpsc/chan.rs:205:1
[INFO] [stdout]     |
[INFO] [stdout] 205 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `output` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `output` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/sync/mpsc/chan.rs:205:1
[INFO] [stdout]     |
[INFO] [stdout] 205 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `r` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `r` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> thrussh/src/client/mod.rs:56:1
[INFO] [stdout]     |
[INFO] [stdout]  56 | impl Drop for Session {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> thrussh/src/client/mod.rs:56:1
[INFO] [stdout]     |
[INFO] [stdout]  56 | impl Drop for Session {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/sync/mpsc/chan.rs:205:1
[INFO] [stdout]     |
[INFO] [stdout] 205 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/sync/mpsc/chan.rs:205:1
[INFO] [stdout]     |
[INFO] [stdout] 205 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#7` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/sync/mpsc/chan.rs:205:1
[INFO] [stdout]     |
[INFO] [stdout] 205 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#9` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.28.2/src/sync/mpsc/chan.rs:205:1
[INFO] [stdout]     |
[INFO] [stdout] 205 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#11` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#12` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#13` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> thrussh/src/session.rs:182:46
[INFO] [stdout]     |
[INFO] [stdout] 182 |             while let Some((buf, a, from)) = channel.pending_data.pop_front() {
[INFO] [stdout]     |                             ---              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                             |                |
[INFO] [stdout]     |                             |                this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                             |                up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                             `buf` calls a custom destructor
[INFO] [stdout]     |                             `buf` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 189 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `buf` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> thrussh/src/session.rs:196:46
[INFO] [stdout]     |
[INFO] [stdout] 196 |             while let Some((buf, a, from)) = channel.pending_data.pop_front() {
[INFO] [stdout]     |                             ---              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                             |                |
[INFO] [stdout]     |                             |                this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                             |                up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                             `buf` calls a custom destructor
[INFO] [stdout]     |                             `buf` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 202 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `buf` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating thrussh/examples/remote_shell_call.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> thrussh/examples/client.rs:58:27
[INFO] [stdout]     |
[INFO] [stdout]  58 |     while let Some(msg) = channel.wait().await {
[INFO] [stdout]     |                    ---    ^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                    |      |              |
[INFO] [stdout]     |                    |      |              this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                    |      |              up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                    |      |              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                    |      |              `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                    |      this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                    |      up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                    |      `__awaitee` calls a custom destructor
[INFO] [stdout]     |                    |      `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                    `msg` calls a custom destructor
[INFO] [stdout]     |                    `msg` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  70 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> thrussh/examples/remote_shell_call.rs:65:31
[INFO] [stdout]     |
[INFO] [stdout]  65 |         while let Some(msg) = channel.wait().await {
[INFO] [stdout]     |                        ---    ^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                        |      |              |
[INFO] [stdout]     |                        |      |              this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                        |      |              up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                        |      |              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                        |      |              `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                        |      this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                        |      up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                        |      `__awaitee` calls a custom destructor
[INFO] [stdout]     |                        |      `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                        `msg` calls a custom destructor
[INFO] [stdout]     |                        `msg` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  75 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]    --> cryptovec/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | impl Drop for CryptoVec {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 36s
[INFO] [stderr] crater-edition-check: thrussh-keys v0.22.1 (/opt/rustwide/workdir/thrussh-keys) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: thrussh v0.34.0 (/opt/rustwide/workdir/thrussh) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: thrussh-libsodium v0.2.1 (/opt/rustwide/workdir/thrussh-libsodium) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: thrussh-config v0.6.0 (/opt/rustwide/workdir/thrussh-config) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: cryptovec v0.6.1 (/opt/rustwide/workdir/cryptovec) updating edition from 2018 to 2021
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2024 which implies `resolver = "3"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2024 resolver, specify `workspace.resolver = "3"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]     Checking thrussh-libsodium v0.2.1 (/opt/rustwide/workdir/thrussh-libsodium)
[INFO] [stderr]     Checking cryptovec v0.6.1 (/opt/rustwide/workdir/cryptovec)
[INFO] [stderr]     Checking thrussh-config v0.6.0 (/opt/rustwide/workdir/thrussh-config)
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> cryptovec/src/lib.rs:302:35
[INFO] [stdout]     |
[INFO] [stdout] 302 |         let x: [u8; 4] = unsafe { std::mem::transmute(s) };
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 302 -         let x: [u8; 4] = unsafe { std::mem::transmute(s) };
[INFO] [stdout] 302 +         let x: [u8; 4] = unsafe { u32::to_ne_bytes(s) };
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> cryptovec/src/lib.rs:302:35
[INFO] [stdout]     |
[INFO] [stdout] 302 |         let x: [u8; 4] = unsafe { std::mem::transmute(s) };
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 302 -         let x: [u8; 4] = unsafe { std::mem::transmute(s) };
[INFO] [stdout] 302 +         let x: [u8; 4] = unsafe { u32::to_ne_bytes(s) };
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking thrussh-keys v0.22.1 (/opt/rustwide/workdir/thrussh-keys)
[INFO] [stderr]     Checking thrussh v0.34.0 (/opt/rustwide/workdir/thrussh)
[INFO] [stdout] warning: unused import: `self::kex::*`
[INFO] [stdout]   --> thrussh/src/server/mod.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub use self::kex::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::super::*`
[INFO] [stdout]   --> thrussh/src/server/encrypted.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use super::super::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::kex::*`
[INFO] [stdout]   --> thrussh/src/server/mod.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub use self::kex::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::super::*`
[INFO] [stdout]   --> thrussh/src/server/encrypted.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use super::super::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> thrussh-keys/src/lib.rs:857:17
[INFO] [stdout]     |
[INFO] [stdout] 853 |                 key::KeyPair::Ed25519 { .. } => {
[INFO] [stdout]     |                 ---------------------------- matches all the relevant values
[INFO] [stdout] ...
[INFO] [stdout] 857 |                 _ => {}
[INFO] [stdout]     |                 ^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Incoming` is never constructed
[INFO] [stdout]    --> thrussh-keys/src/lib.rs:958:12
[INFO] [stdout]     |
[INFO] [stdout] 958 |     struct Incoming<'a> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> thrussh/src/server/encrypted.rs:41:13
[INFO] [stdout]    |
[INFO] [stdout] 41 |         let mut enc = self.common.encrypted.as_mut().unwrap();
[INFO] [stdout]    |             ----^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> thrussh/src/server/encrypted.rs:122:13
[INFO] [stdout]     |
[INFO] [stdout] 122 |         let mut enc = self.common.encrypted.as_mut().unwrap();
[INFO] [stdout]     |             ----^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> thrussh/src/server/encrypted.rs:41:13
[INFO] [stdout]    |
[INFO] [stdout] 41 |         let mut enc = self.common.encrypted.as_mut().unwrap();
[INFO] [stdout]    |             ----^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> thrussh/src/server/encrypted.rs:122:13
[INFO] [stdout]     |
[INFO] [stdout] 122 |         let mut enc = self.common.encrypted.as_mut().unwrap();
[INFO] [stdout]     |             ----^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `key` and `algo` are never read
[INFO] [stdout]    --> thrussh/src/auth.rs:142:9
[INFO] [stdout]     |
[INFO] [stdout] 141 |     PublicKey {
[INFO] [stdout]     |     --------- fields in this variant
[INFO] [stdout] 142 |         key: CryptoVec,
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 143 |         algo: CryptoVec,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `CurrentRequest` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]   --> thrussh/src/cipher/mod.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub struct Cipher {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] 24 |     pub name: Name,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `server_supports_ext` is never read
[INFO] [stdout]   --> thrussh/src/negotiation.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub struct Names {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 35 |     pub server_supports_ext: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Names` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `received` is never read
[INFO] [stdout]    --> thrussh/src/session.rs:505:9
[INFO] [stdout]     |
[INFO] [stdout] 498 | pub struct NewKeys {
[INFO] [stdout]     |            ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 505 |     pub received: bool,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `NewKeys` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `client_pubkey` is never read
[INFO] [stdout]    --> thrussh/src/lib.rs:713:9
[INFO] [stdout]     |
[INFO] [stdout] 712 |     struct Server {
[INFO] [stdout]     |            ------ field in this struct
[INFO] [stdout] 713 |         client_pubkey: Arc<thrussh_keys::key::PublicKey>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Server` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `key` and `algo` are never read
[INFO] [stdout]    --> thrussh/src/auth.rs:142:9
[INFO] [stdout]     |
[INFO] [stdout] 141 |     PublicKey {
[INFO] [stdout]     |     --------- fields in this variant
[INFO] [stdout] 142 |         key: CryptoVec,
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 143 |         algo: CryptoVec,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `CurrentRequest` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]   --> thrussh/src/cipher/mod.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub struct Cipher {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] 24 |     pub name: Name,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `server_supports_ext` is never read
[INFO] [stdout]   --> thrussh/src/negotiation.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub struct Names {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 35 |     pub server_supports_ext: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Names` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `received` is never read
[INFO] [stdout]    --> thrussh/src/session.rs:505:9
[INFO] [stdout]     |
[INFO] [stdout] 498 | pub struct NewKeys {
[INFO] [stdout]     |            ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 505 |     pub received: bool,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `NewKeys` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 41s
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating thrussh-keys/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating thrussh/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating thrussh-libsodium/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating thrussh-config/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating cryptovec/Cargo.toml from 2015 edition to 2018
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2024 which implies `resolver = "3"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2024 resolver, specify `workspace.resolver = "3"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]     Checking cryptovec v0.6.1 (/opt/rustwide/workdir/cryptovec)
[INFO] [stderr]     Checking thrussh-libsodium v0.2.1 (/opt/rustwide/workdir/thrussh-libsodium)
[INFO] [stderr]     Checking thrussh-config v0.6.0 (/opt/rustwide/workdir/thrussh-config)
[INFO] [stderr]    Migrating cryptovec/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed cryptovec/src/lib.rs (2 fixes)
[INFO] [stderr] warning: `thrussh-config/src/lib.rs` is already on the latest edition (2024), unable to migrate further
[INFO] [stderr] 
[INFO] [stderr] If you are trying to migrate from the previous edition (2021), the
[INFO] [stderr] process requires following these steps:
[INFO] [stderr] 
[INFO] [stderr] 1. Start with `edition = "2021"` in `Cargo.toml`
[INFO] [stderr] 2. Run `cargo fix --edition`
[INFO] [stderr] 3. Modify `Cargo.toml` to set `edition = "2024"`
[INFO] [stderr] 4. Run `cargo build` or `cargo test` to verify the fixes worked
[INFO] [stderr] 
[INFO] [stderr] More details may be found at
[INFO] [stderr] https://doc.rust-lang.org/edition-guide/editions/transitioning-an-existing-project-to-a-new-edition.html
[INFO] [stderr] 
[INFO] [stderr]     Checking thrussh v0.34.0 (/opt/rustwide/workdir/thrussh)
[INFO] [stderr]     Checking thrussh-keys v0.22.1 (/opt/rustwide/workdir/thrussh-keys)
[INFO] [stderr] warning: `thrussh-libsodium/src/lib.rs` is already on the latest edition (2024), unable to migrate further
[INFO] [stderr] warning: `thrussh/src/lib.rs` is already on the latest edition (2024), unable to migrate further
[INFO] [stderr] warning: `thrussh-keys/src/lib.rs` is already on the latest edition (2024), unable to migrate further
[INFO] [stderr] error: could not compile `thrussh` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0463]: can't find crate for `thrussh_keys`
[INFO] [stdout]   --> thrussh/src/auth.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use thrussh_keys::encoding;
[INFO] [stdout]    |     ^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `thrussh_keys`
[INFO] [stdout]   --> thrussh/src/auth.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use thrussh_keys::encoding;
[INFO] [stdout]    |     ^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `thrussh` (lib test) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "21bfef11512a44412d7ececa989d6f26acaa489ea422bfc3f022913047fe0528", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "21bfef11512a44412d7ececa989d6f26acaa489ea422bfc3f022913047fe0528", kill_on_drop: false }`
[INFO] [stdout] 21bfef11512a44412d7ececa989d6f26acaa489ea422bfc3f022913047fe0528
